'Declaration<__DynamicallyInvokableAttribute()> Public Overloads Function FindLastIndex( _ ByVal match As System.Predicate(Of NClientCommand) _ ) As System.Integer
'UsageDim instance As NClientCommandList Dim match As System.Predicate(Of NClientCommand) Dim value As System.Integer value = instance.FindLastIndex(match)
[__DynamicallyInvokable()] public System.int FindLastIndex( System.Predicate<NClientCommand> match )
Parameters
- match